Skip to content

chore: fix JavaScript lint errors (issue #13252)#13259

Open
ujjwalv01 wants to merge 1 commit into
stdlib-js:developfrom
ujjwalv01:fix-js-lint-13252
Open

chore: fix JavaScript lint errors (issue #13252)#13259
ujjwalv01 wants to merge 1 commit into
stdlib-js:developfrom
ujjwalv01:fix-js-lint-13252

Conversation

@ujjwalv01

Copy link
Copy Markdown
Contributor

Resolves #13252.

Description

What is the purpose of this pull request?

This pull request:

  • Fixes a JSDoc doctest linting failure in @stdlib/fs/read-dir by updating the // => assertion syntax to the non-assertive // e.g., => syntax for a cross-context instanceof Error check.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

@stdlib-js/reviewers

@ujjwalv01 ujjwalv01 requested a review from a team July 4, 2026 10:40
@stdlib-bot stdlib-bot added Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Jul 4, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
fs/read-dir $\\color{green}171/171$
$\\color{green}+100.00\\%$
$\\color{green}7/7$
$\\color{green}+100.00\\%$
$\\color{green}2/2$
$\\color{green}+100.00\\%$
$\\color{green}171/171$
$\\color{green}+100.00\\%$

The above coverage report was generated for the changes in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

2 participants